Settings Element

Description

This element is generally a collection of Parameter elements.

Diagram

Settings Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Parameter Element (Optional, unlimited elements allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Settings">
    <xs:annotation>
        <xs:documentation>This element is generally a collection of Parameter elements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Parameter" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>